home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / ZIPFILES / DIGIVW12.ZIP / LOAD.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-10-24  |  331 b   |  19 lines

  1. on enterFrame
  2.   global staganame, x
  3.   set x to the fileName of cast 2
  4.   put x
  5.   tell the stage
  6.     set stagename to x
  7.   end tell
  8.   updateStage()
  9.   set the pausedAtStart of cast 2 to 1
  10.   set the movieRate of sprite 3 to 0
  11.   set the visible of sprite 3 to 0
  12. end
  13.  
  14. on exitFrame
  15.   tell the stage
  16.     close(window "load")
  17.   end tell
  18. end
  19.